home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / win / pascal / paper.exe / PAPER.DOC < prev    next >
Encoding:
Text File  |  1991-12-10  |  1.3 KB  |  36 lines

  1.  
  2. PAPER - Fast Windows wallpaper changer with Palette Correction
  3. --------------------------------------------------------------
  4.  
  5. PAPER.EXE is a simple Turbo Pascal for Windows program that demonstrates
  6. how to change the wallpaper from a program, and contains a "fix" for
  7. 256-color wallpaper.
  8.  
  9.  
  10. Usage
  11. -----
  12.  
  13. Just run paper and make the command line argument the name of the wallpaper
  14. you wish to load.  That wallpaper will be loaded, and the palette realized.
  15. If there is no command line argument, the current wallpaper's palette will
  16. be realized.
  17.  
  18. PAPER works especially well with replacement shells like LAUNCH, indeed, the
  19. idea for PAPER came from a utility designed for LAUNCH.  My PAPER does more,
  20. including keeping WIN.INI apprised of the wallpaper changes, and fixing up
  21. the palette for 256-color wallpaper.
  22.  
  23.  
  24. The Palette Problem
  25. -------------------
  26.  
  27. When using 256-color modes, apparently Windows does not realize the palette
  28. of new wallpaper when it is loaded.  I don't know if this happens with all
  29. 256-color drivers, or if indeed the problem lies in Windows or the drivers.
  30. PAPER sets up a one-entry palette of its own, and when PAPER closes, Windows
  31. realizes the palette of the current wallpaper.  Its a work-around, but it
  32. works (at least with my Video-7 drivers).
  33.  
  34.  
  35. Ralph Smith, clySmic software [76156,164] or [76376,3150]
  36.